home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3100 / 3100.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-01-23  |  1KB  |  31 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.  
  8.     <em:id>clickclean@hotcleaner.com</em:id>
  9.     <em:name>Click&Clean</em:name>
  10.     <em:version>3.6.5.0</em:version>
  11.     <em:type>2</em:type>
  12.     <em:creator>Mixesoft</em:creator>
  13.     <em:description>Just one click to Delete private data, erase the internet history and other tracks on your computer.</em:description>
  14.     <em:homepageURL>http://www.hotcleaner.com</em:homepageURL>
  15.     <em:iconURL>chrome://clickclean/skin/icon.png</em:iconURL>
  16.     <em:optionsURL>chrome://clickclean/content/options.xul</em:optionsURL>
  17.     <!--em:updateURL>http://www.hotcleaner.com/bin/update.rdf</em:updateURL-->
  18.  
  19.     <!-- Firefox -->
  20.     <em:targetApplication>
  21.       <Description>
  22.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  23.         <em:minVersion>3.0</em:minVersion>
  24.         <em:maxVersion>3.6.*</em:maxVersion>
  25.       </Description>
  26.     </em:targetApplication>
  27.        
  28.   </Description>
  29.  
  30. </RDF>
  31.